Incorrect timing
-
Im having an issue with placing a trade at the right time. I'm trying to get the EA to place a buy after the candle close above the highest high between timed period (opposite for sells)
The EA always just places a trade when it starts (04:05) trading as well as places incorrect SL. Sometimes it doesn't place trades at all
The image shows what im trying to achieve. https://fxdreema.com/shared/OZNwxL5xe
 -
here is correct link https://fxdreema.com/shared/OZNwxL5xe
-
@bb-2 You need to use a 'time filter' block in which you specify when trade can be open:

For example, from 08:00 to 23:59.
-
@l-andorrà Thank you! completely missed this.
-
@bb-2 You're welcome.